home *** CD-ROM | disk | FTP | other *** search
- Path: news.jaguNET.com!news
- From: "Stuart C.Hodges" <stuhodg@jagunet.com>
- Newsgroups: comp.lang.c++
- Subject: Class with private data members in shared memory
- Date: Thu, 15 Feb 1996 20:46:15 -0500
- Organization: jaguNET Access Services
- Message-ID: <3123E1E7.2A5C3B96@jagunet.com>
- NNTP-Posting-Host: kiri.jagunet.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (X11; I; Linux 1.2.13 i586)
- CC: rahavri@hps.sso.loral.com
-
- Hi,
- I am posting this for a friend who does not have net access.
- Please Email any ideas to me and I will send them on.
-
- He needs a class where a portion of the private data
- is shared between multiple instances of the class regardless of whether
- or not the instantiation of the class occurred within the same
- executable process or another executable process on the same host
- computer. Basically, when the shared data changes in the object
- from process A the object instantiated within process B automatically
- has the current data values without having to keep it's own internal
- copy.
-
- Using shared memory is the obvious way to do this but how.
-
- Thanks,
-
- Stuart
-